python: change column name

30

python: change column name -

df = df.rename(columns = {'myvar':'myvar_new'})

Comments

Submit
0 Comments